GlobalAPIS

Print
Apex classe Details
Name GlobalAPIS
Label FSL.GlobalAPIS
Namespace Prefix FSL
Status Active
Api Version 61
Apex Code
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global class GlobalAPIS {
    global GlobalAPIS() {

    }
    global static void ClearAllStatusTransitions() {

    }
    global static List<FSL.StatusTransition> GetAllStatusTransitions() {
        return null;
    }
    global static List<FSL__Service_Legal_Statuses__c> GetStatusTransitions() {
        return null;
    }
    global static void addStatusTransition(FSL.StatusTransition statusTransition) {

    }
    global static void addStatusTransition(String fromStatus, String toStatus) {

    }
    global static void addStatusTransition(String fromStatus, String toStatus, Set<String> allowedProfilesId) {

    }
}